home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00289_Script_BOUCLE_ATTENTE_CLICK_ECRAN < prev    next >
Text File  |  2004-12-05  |  255b  |  16 lines

  1. on exitFrame
  2.   cursor 280
  3.   if soundBusy(3) = 0  then
  4.     niveauSon()
  5.   end if
  6.   go the frame
  7. end
  8. ---------------------------
  9. on mouseUp
  10.   if the pauseState then exit
  11.   coupeson(3)
  12.   niveauson()
  13.   go marker(+1)
  14. end
  15. ------------------------
  16.